@charset "utf-8";blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul{margin:0;padding:0}
address,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left;font-weight:400}
abbr,body,fieldset,html,iframe,img{border:0}
address,cite,dfn,em,i,var{font-style:normal}
[hidefocus],summary{outline:0}
li{list-style:none}
h1,h2,h3,h4,h5,h6,small{font-size:100%;font-weight:lighter}
sub,sup{font-size:83%}
code,kbd,pre,samp{font-family:inherit}
q:after,q:before{content:none}
textarea{overflow:auto;resize:none}
label,summary{cursor:default}
a,button{cursor:pointer}
b,em,h1,h2,h3,h4,h5,h6,strong{font-weight:700}
a,a:hover,del,ins,s,u{text-decoration:none}
body,button,input,keygen,legend,select,textarea{font:12px/1.14 'Microsoft YaHei',\5b8b\4f53;color:#333;outline:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Microsoft YaHei',sans-serif;line-height:1.75;font-size:16px;color:#333;line-height:1.75}
a,a:active,a:focus,a:hover,a:visited{color:#333;text-decoration:none}
body,html{width:100%;height:100%;position:relative;background: url(../images/bg.jpg) repeat #fff;}
/*公共样式*/
.container{width:100%;max-width:1600px;margin:auto}
.relative{ position: relative;}
.zindex0{ z-index: 0;}
.zindex1{ z-index: 1;}
.imgcut{ position: relative; padding-bottom: 75%;}
.imgcut img{ position: absolute; display: block; width: 100%; height: 100%; object-fit: cover;}
.flex{display: flex; display: -webkit-flex;  -webkit-justify-content: space-between; justify-content: space-between;  -webkit-align-items: center;align-items: center;}
/*顶部*/
#banner{position:relative;width:100%;height:auto; overflow:hidden;cursor:pointer;}
.header{ position: absolute; z-index: 1002; width: 100%; height: auto;}
.header .topbar{ padding: 2rem 0; width: 100%; background: rgba(0,0,0,.5);}
.header .topbar .left{ width: 50%; text-align: left; color: #fff;}
.header .topbar .left h3{ font-size: 2rem; font-weight: normal;}
.header .topbar .left h3 span{ color: #d69700;}
.header .topbar .left p{ font-size: 1.6rem;}
.header .topbar .right{ width: 50%; -webkit-justify-content: flex-end; justify-content: flex-end;}
.header .topbar .right .tel{ padding-left: 4rem; padding-right: 2rem; margin-right: 2rem; border-right: 1px solid #d69700; background: url(../images/tel.png) no-repeat left center; background-size: 3rem;}
.header .topbar .right .tel small{ display: block; color: #fff; font-size: 1.2rem; line-height: 1.4rem;}
.header .topbar .right .tel span{ display: block; color: #d69700; font-size: 2.4rem; line-height: 2.4rem;}
.navbox{ display: block; width: 100%; background: #000; border-top: 1px solid #d69700; border-bottom: 3px solid;  border-image: linear-gradient(to right, #d69700, #d69700, #ffd56f, #d69700, #d69700, #ffd56f, #d69700, #d69700) 4;}
.navbox .logo{ position: absolute; max-width:24rem; left: 50%; margin-left: -12rem;}
.navbox .logo a{ display: block; }
.nav{height: 6rem;line-height: 6rem;}
.nav ul li{ position: relative; width: 11%;}
.nav ul li.logobox{ min-width: 24rem;}
.nav ul li>a{ position: relative; z-index: 1; display: block; width: 100%; text-align: center; color: #fff; font-size: 1.8rem;}
.nav ul li:hover,.nav ul li.active{background:#d69700;}
.nav ul li .subnav{ position: absolute; top: 6rem; width: 100%; min-width:12rem; height:auto; max-height: 0; overflow: hidden; transition: all 0.5s; background:#d69700;}
.nav ul li:hover .subnav{max-height: 100rem;}
.nav .subnav a{ display: block; width: 100%; line-height: 2rem; padding: 1rem 2rem; border-bottom: 1px solid rgba(255,255,255,0.2); color:#fff; font-size: 1.4rem; text-align: center;   transition: all 0.5s; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.nav .subnav a:hover{ text-indent: 1rem;}
/*移动端导航样式*/
.menu-handler{position:absolute;z-index:1012;right:0;top:1rem;width:6rem;height:6rem;overflow:hidden;cursor:pointer; background: #d69700;}
.menu-handler .burger{position:absolute;z-index:5;top:1.8rem;left:50%;display:block;width:3.4rem;height:0.5rem;margin:0 0 0 -1.7rem;background:#fff;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center}
.menu-handler .burger-2{top:2.8rem}
.menu-handler .burger-3{top:3.8rem}
.menu-handler.active .burger-1{top:2.6rem;-webkit-transform:rotate(225deg);transform:rotate(225deg)}
.menu-handler.active .burger-2{opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:-100%}
.menu-handler.active .burger-3{top:2.6rem;-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}
.menuBlack{position:fixed;z-index:999;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.5);display:none}
.menuBox{position:fixed;width:100%;top:0;right:-100%;height:100%; z-index:1000;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none; background: #222;}
.navMobile{margin-top:8rem;padding:3rem 0;border-top:1px solid rgba(255,255,255,.3)}
.navMobile dd a{display:block;line-height:6rem;color:#fff;font-weight:400;font-size:2.4rem;text-align:center}
.navMobile dd p a.act{color:#fff}
.mtnav a{padding:13px 48px;font-size:16px}
.mtnav{background:#eee;display:none}
.m-wx{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:15px;margin:auto;border-top:1px solid rgba(255,255,255,.2)}
.m-wx img{margin:auto}
.m-wx .codebox{max-width:50%;padding:2%;text-align:center;line-height:2rem; font-size: 2.4rem; color:#fff}
@media screen and (max-width:1365px){
    .nav ul li > a{ font-size: 1.6rem;}
}
@media screen and (max-width:1199px){
    .header{ position: static;}
    .mlogo{ max-height: 8rem; padding: 1rem; -webkit-justify-content: flex-start; justify-content: flex-start;}
    .mlogo p{ padding: 0 1rem; font-size:2rem; line-height: 1.5;}
    .mlogo img{ max-height: 6rem;}
}
@media screen and (max-width:767px){
    .mlogo img{ max-height: 10rem;}
    .menu-handler{ top: 1rem;}
    .mlogo p{padding-right: 8rem;}
    .navMobile{margin-top:7rem;}
}
/*幻灯大图*/
#banner .swiper-container{width:100%;height:auto;margin:0 auto;max-height:900px}
#banner .swiper-slide{position:relative}
#banner .swiper-slide .content{position:absolute;top:50%;right:50%;z-index:20;width:1200px;height:auto;margin-top:-190px;margin-right:-600px}
#banner .swiper-slide .content img{margin:auto;width:auto;height:auto;max-width:100%}
#banner .swiper-slide .content a{display:inline-block;margin-top:30px;padding:8px 50px;border-radius:50px;background:#d69700;color:#fff}
#banner .img-fix{overflow:hidden}
#banner .swiper-slide img{width:100%;height:auto;transition:1s ease 2s;transform:scale(1.1,1.1)}
#banner .swiper-slide-active img,#banner .swiper-slide-duplicate-active img{transition:5s ease;transform:scale(1,1)}
#banner .swiper-container img{width:100%;height:auto}
#banner .swiper-container .swiper-button-next:hover,#banner .swiper-container .swiper-button-prev:hover{opacity:1}
#banner .swiper-button-next,#banner .swiper-button-prev{padding:5px 0;width:44px;border-radius:50%;opacity:.3}
#banner .swiper-button-prev{left:1.5rem;background:url(../images/left.png) no-repeat center #fff}
#banner .swiper-button-next{right:1.5rem;background:url(../images/right.png) no-repeat center #fff}
#banner .bottom-nav{position:absolute;bottom:2rem;z-index:10;width:100%;text-align:center}
#banner .swiper-pagination{position:relative;display:inline-block;height:29px;vertical-align:middle}
#banner .swiper-pagination-bullet{width:1.5rem;height:1.5rem;border:2px solid #d89a33;border-radius:50%;background:0 0;box-sizing:border-box;margin:0 0.5rem;vertical-align:middle;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;opacity:1}
#banner .swiper-pagination-bullet-active{background:#d89a33}
@media screen and (max-width:1199px){
}
@media screen and (max-width:767px){
}
/*首页板块*/
.wrapper{ width: 100%; height: auto; overflow: hidden;}
/*标题*/
.tit{ width: 100%; height: auto; padding: 3rem 0; text-align: center;}
.tit h3{line-height: 4rem; font-size: 4rem; color: #333; padding-bottom: 3rem; background: url(../images/tbg.png) no-repeat center bottom;}
.tit h3 span{ padding: 0 3rem; white-space: nowrap; }
.tit p{ line-height: 3rem; color: #333;}
.titbg h3{background: url(../images/tbg1.png) no-repeat center bottom;}
.titbg h3 span,.titbg p{ color: #fff;}
@media screen and (max-width:1199px){
    .tit p{ font-size: 1.2rem;} 
}
@media screen and (max-width:767px){
    .tit h3 span{ padding: 0 1rem;}
    .tit h3{ font-size: 3rem;}
    .tit p{ font-size: 1.6rem;}
}
/*板块一*/
.module01{ padding-top: 5rem;}
.module01_top{ position: relative; -webkit-align-items: flex-start; align-items: flex-start;}
.module01 .lbox{ width: 25%; padding-right: 3%;}
.module01 .lbox .title{ position: relative; width: 100%; height: auto; overflow: hidden; padding-bottom: 3rem;}
.module01 .lbox .title h3{ position: relative; z-index: 1; text-align: left; line-height: 4rem; color: #d69700; font-size: 3rem; font-weight: normal;}
.module01 .lbox .title h3 span{ color: #333;}
.module01 .lbox .title p{ position: relative; z-index: 1; text-align: left; line-height: 2rem;  font-size: 1.6rem;}
.module01 .lbox .menu{ width: 86%;}
.module01 .lbox .menu ul li{ position: relative; width: 100%; height: 6rem; line-height:6rem; margin-top: 1rem; border-bottom-right-radius: 6rem; border-top-right-radius: 6rem; background: #fff;}
.module01 .lbox .menu ul li:hover,.module01 .lbox .menu ul li.on{background:#d69700;background:-webkit-linear-gradient(to right,#d69700,#ffd56f);background:linear-gradient(to right,#d69700,#ffd56f);}
.module01 .lbox .menu ul li::before{ position: absolute; top: 2.8rem; left: 2rem; content: ""; width: .6rem; height: .6rem; border-radius: 50%; background: #aaa;}
.module01 .lbox .menu ul li:hover::before,.module01 .lbox .menu ul li.on::before{ background: #fff;}
.module01 .lbox .menu ul li a{ display: inline-block; width: 100%; padding-left: 4rem; font-size: 1.8rem; font-weight: bold;}
.module01 .lbox .menu ul li:hover a,.module01 .lbox .menu ul li.on a{ color: #fff;}
.module01 .lbox .menu ul li small{font-size: 1.4rem;}
.module01 .lbox .stel{ padding-left: 6rem; margin-top: 3rem; background: url(../images/tel1.png) no-repeat left center;}
.module01 .lbox .stel small{display: block; font-size: 1.4rem; line-height: 1.8rem;}
.module01 .lbox .stel span{display: block; font-size: 2.4rem; font-weight: bold; color: #d69700; line-height: 3rem;}
.module01 .rbox{ width: 75%; overflow: hidden;}
.module01 .rbox .swiper-slide a{ display: block; position: relative;}
.module01 .rbox .swiper-slide a .txt{ position: absolute; z-index: 999; height: 70%; right: 0; top: 15%; width: 50%; background: #fff; padding: 3rem; overflow: hidden;}
.module01 .rbox .img{ width: 60%; border: 3rem solid #fff;}
.module01 .rbox .more{ position: absolute; z-index: 999; top: 0; right: 0;}
.module01 .rbox .more a{ display: block; width: 12rem; height: 4rem; line-height: 4rem; text-align: right;}
.module01 .rbox .txt h3{ font-size: 2.4rem; margin-bottom: 1rem;}
.module01 .rbox .txt h3 small{ display: block; font-size: 1.6rem; line-height: 3rem; font-weight: normal;display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.module01 .rbox .txt p{ font-size: 1.6rem; line-height: 3rem; display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;}
.module01 .rbox .txt span{ display: inline-block; margin-top: 2rem; background: #d69700; border-radius: 6rem; color: #fff; padding: 1rem 3rem;}
.module01 .rbox .swiper-pagination{ right: 0; left: auto; width: 12rem; text-align: center;}
.module01 .rbox .swiper-pagination b{ font-size: 3rem; color: #d69700;}
.module01_box{ width: 100%; height: auto; overflow: hidden; margin-top: 3rem;}
.module01_box .swiper-slide a{ display: block;}
.module01_box .swiper-slide a .img{ border: 1px solid #aaa; padding: 1rem; transition: all 0.5s;}
.module01_box .swiper-slide a:hover .img{ border:1px solid #d69700; }
.module01_box .swiper-slide .txt{width: 100%; height: 5rem; line-height: 5rem; color: #333; text-align: center;}
.module01_box .swiper-button-next,.module01_box .swiper-button-prev{ z-index: 1002; top: 40%; margin-top: -4rem; width: 4rem; height: 8rem; line-height: 8rem; text-align: center; background: #d69700; color: #fff;}
.module01_box .swiper-button-next{ right: 0;}
.module01_box .swiper-button-prev{ left: 0;}

@media screen and (max-width:1600px){
    .module01 .rbox .img{ width: 70%;}
    .module01 .lbox{ width: 30%;}
    .module01 .rbox .txt p{ line-height: 2.4rem;}
    .module01 .rbox .txt span{ font-size: 1.2rem; }
    .module01 .lbox .menu ul li a{ padding-left: 3rem;}
    .module01 .lbox .menu ul li::before{ left: 1.5rem;}
    .module01 .lbox .menu{ width: 100%;}
}
@media screen and (max-width:1366px){
    .module01 .rbox .imgcut{ padding-bottom: 85%;}
}
@media screen and (max-width:1199px){
    .module01{ padding: 3rem 0;}
    .module01_top{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .module01 .lbox,.module01 .rbox{ width: 100%; padding: 0;}
    .module01 .rbox .txt h3{ font-size: 2rem; margin-bottom: 1rem;}
    .module01 .rbox .txt p{ line-height: 2rem;}
    .module01 .lbox .menu{ width: 100%; height: auto; overflow: hidden; padding: 3rem 0;}
    .module01 .lbox .menu ul li{ width: 33.33%; float: left;}
    .module01 .lbox .menu ul li::before{ left: 1rem;}
    .module01 .lbox .menu ul li a{ padding-left: 2rem; font-size: 1.6rem;}
    .module01 .lbox .title{ padding: 0;}
    .module01 .lbox .stel{ margin: 1rem 0;}
}
@media screen and (max-width:767px){
    .module01 .lbox .title h3{ padding-bottom: 1rem;}
    .module01 .lbox .menu ul li{ width: 50%;}
    .module01 .rbox .img{ width: 100%;}
    .module01 .rbox .swiper-slide a .txt{ width: 100%; height: auto; position: relative;}
    .module01 .rbox .txt p{ font-size:1.8rem;}
    .module01_box .swiper-slide .txt{ height: 4rem; line-height: 4rem; font-size: 1.6rem;}
    .module01 .lbox .stel{ background-size: 5rem;}
    .module01 .rbox .swiper-pagination{ bottom: -1rem;}
    .module01 .rbox .more{ position: relative;}
    .module01 .rbox .more a{ background: #d69700; color: #fff; text-align: center;}
}

/*版块三*/
.module03{ width: 100%; height: auto; padding-bottom: 5rem; overflow: hidden;}
.module03 .box ul{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.module03 .box ul li{ width: 23.5%; margin-bottom: 3rem; background: #fff;}
.module03 .box ul li a{ padding: 1rem; position: relative; display: block;}
.module03 .box ul li .txt{ width: 100%; height: auto; padding-top: 2rem;}
.module03 .box ul li .txt h3{ font-size: 1.8rem; font-weight: normal;}
.module03 .box ul li .txt h3 small{ display: block; font-size: 1.2rem; line-height: 2;}
.module03 .box ul li .txt span{ width: 3rem; height: 3rem; line-height: 3rem; background: #aaa; color: #fff; border-radius: 50%; text-align: center;}
.module03 .box ul li:hover{ background: #d69700;}
.module03 .box ul li:hover a,.module03 .box ul li:hover small{ color: #fff;}
.module03 .box ul li:hover span{ background: #fff; color: #d69700;}
.module03 .box ul li:last-child{ display: none;}
@media screen and (max-width:1199px){
    .module03 .box ul li{ width: 32%;}
    .module03 .box ul li:last-child{ display: block;}
}
@media screen and (max-width:767px){
    .module03 .box ul li{ width: 49%; margin-bottom: 1rem;}
    .module03 .box ul li:last-child{ display: none;}
    .module03 .box ul li .txt h3{ height: auto; line-height: 3rem; font-size: 1.8rem;}
    .module03 .box ul li .txt{ height: auto;}
    .module03 .box ul li a .img{ border: 1px solid #ddd;}
}
/*版块四*/
.module04{ width: 100%; height: auto; overflow: hidden;}
.module04 .top{ width: 100%; height: auto; background: url(../images/bg4.jpg) no-repeat top center; background-size: cover; padding:2rem 0; }
.module04 .box ul{ position: relative; width: 100%; height: 600px;}
.module04 .box ul li{ position: absolute; width: 18%; text-align: center;}
.module04 .box ul li:nth-child(1){ bottom: 1%; left: 5%;}
.module04 .box ul li:nth-child(2){ top: 35%; left: 15%;}
.module04 .box ul li:nth-child(3){ top: 3rem; left: 50%; margin-left: -10%;}
.module04 .box ul li:nth-child(4){ top: 35%; right: 15%;}
.module04 .box ul li:nth-child(5){ bottom: 1%; right: 5%;}
.module04 .box ul li span{ font-size: 3rem; line-height: 1;}
.module04 .box ul li h3{ font-size: 3rem; color: #d69700; padding: 1rem 0;}
.module04 .box ul li p{ font-size: 1.6rem; line-height: 1.5;}
.module04 .box .img{ position: absolute; z-index: 2; top: 35%; left: 33%; width: 34%; padding-bottom: 40%;}
.module04 .bar{ width: 100%; height: auto; padding: 3rem 0; min-height: 200px; overflow: hidden; background: #d69700; color: #fff;}
.module04 .left h3{ font-size: 3rem; color: #fff; padding: 2rem 0;}
.module04 .left h3 small{ font-size: 2rem; color: #fff;}
.module04 .left p span{ display: inline-block; padding:0 3rem; background: url(../images/check.png) no-repeat left center; font-size: 2rem;}
.module04 .right{ width: auto; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: flex-start; align-items: flex-start;}
.module04 .right small,.module04 .right span{ display: block;}
.module04 .right p{ line-height: 3rem; margin: 1rem 0; color: #fff; font-size: 1.8rem; padding-left: 7rem; background-size: 5rem 5rem; background-position: left center; background-repeat: no-repeat;}
.module04 .right p:first-child{ background-image: url(../images/phone.png);}
.module04 .right p:last-child{ background-image: url(../images/address.png);}
.module04 .right small{ font-size: 1.4rem;}
.module04 .right span.number{ font-size: 3rem; font-weight: bold;}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1199px){
    .module04 .tit{ background: #222; padding: 3rem 1rem;}
    .module04 .top{ background: none;}
    .module04 .box ul{ padding-top: 3rem; height: auto; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .module04 .box ul li{ position: relative; width: 45%; left: 0 !important; top: 0 !important; margin: 0 !important;}
    .module04 .box ul li:nth-child(5){ width: 100%;}
    .module04 .box .img{ width: 60%; position: relative;left: 0; top: 0; margin: auto; padding: 0;}

}
@media screen and (max-width:767px){
    .module04 .bar .flex{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .module04 .left,.module04 .right{ width: 100%;}
    .module04 .left p span{ background-size: 2rem;}
}
.module05{ width: 100%; height: auto; padding: 5rem 0; overflow: hidden;}
.module05 .btn{ width: 100%; text-align: center;}
.module05 .btn a{ display: inline-block; padding: 0 3rem; margin: 0 1rem; height: 6rem; line-height: 6rem; border-radius: 6rem; color: #fff; background: #d69700; font-size: 2rem;}
.module05 .btn a:first-child span{ display: block; padding-left: 4.5rem; background: url(../images/tel2.png) no-repeat left center;}
.module05 .btn a:last-child{ font-size: 1.6rem; background: #000;}

.module05 .swiper-slide {
    text-align: center;
    font-size: 1.6rem;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    perspective:800px;
}
.module05 .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1.1);
}
.module05 .swiper-slide a{ display: block; width: 100%; }
.module05 .swiper-slide.swiper-slide-prev a{transform: translateX(-0) rotateY(20deg) scale(1);}
.module05 .swiper-slide.swiper-slide-next a{transform: translateX(-0) rotateY(-20deg) scale(1);}
.module05 .swiper-container{padding-top: 3rem; padding-bottom: 6rem;}
.module05 .swiper-button-next,.module05 .swiper-button-prev{ z-index: 1002; top: 45%; margin-top: -4rem; width: 4rem; height: 8rem; line-height: 8rem; text-align: center; background: #d69700; color: #fff;}
.module05 .swiper-button-next{ right: 0;}
.module05 .swiper-button-prev{ left: 0;}
.module05 .swiper-pagination-bullet-active{ background: #d69700;}

@media screen and (max-width:1199px){

}
@media screen and (max-width:767px){
    .module05{ padding: 3rem 0;}
    .module05 .swiper-slide.swiper-slide-prev a{transform: translateX(-0) rotateY(55deg) scale(1);}
    .module05 .swiper-slide.swiper-slide-next a{transform: translateX(-0) rotateY(-55deg) scale(1);}
    .module05 .swiper-slide { font-size: 1.4rem;}
    .module05 .swiper-slide-active,.swiper-slide-duplicate-active{
        transform: scale(1.4);
    }
    .module05 .btn a{ display: block; margin-top: 1rem; width: 100%;}
}
/*数字滚动*/
.numCount{ width: 100%; height: auto; padding: 3rem 0;}
.numCount .item{ width:25%; border-left: 1px solid rgba(255,255,255,.2); padding:0 3rem; box-sizing: border-box; cursor: pointer;}
.numCount .item:first-child{ border-left: 0;}
.numCount .item .txt{ text-align: center;}
.numCount .item .txt h3{ transition: all 0.5s; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 5rem; color: #d69700;}
.numCount .item .txt h3 sub{ font-size:1.2rem; font-weight: normal; padding: 1rem; color: #d69700;}
.numCount .item .txt p{  font-size: 1.8rem; color: #d69700;}
.numCount .item:hover h3{ transform: scale(1.2);}
@media screen and (max-width:1600px){
    .numCount .item{ padding: 1.5rem;}
    .numCount .item .txt p{ font-size: 1.4rem;}
}
@media screen and (max-width:1199px){
    .numCount .item{ padding: 0;}
    .numCount .item .txt h3{ font-size: 3rem;}
    .numCount .item .txt p{ font-size: 1rem;}
}
@media screen and (max-width:767px){
    .numCount{ width: 100%; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .numCount .item{ width: 50%; margin-bottom: 3rem;}
    .numCount .item .txt h3{ font-size: 5rem;}
    .numCount .item .txt p{ font-size: 1.6rem;}
}

.module07{ width: 100%; padding: 5rem 0; height: auto; overflow: hidden; background: url(../images/aboutbg.jpg) no-repeat center; background-size: cover;}
.module07 .box{ max-width: 1200px; margin: auto;}
.module07 .box .about{ background: rgba(255,255,255,.1); padding: 3rem; margin-bottom: 3rem;}
.module07 .box .about p{color: #fff;}
@media screen and (max-width:1199px){
    .module07 .box{-webkit-flex-wrap: wrap; flex-wrap: wrap;}
}
@media screen and (max-width:767px){


}

/*新闻*/
.module09{ width: 100%; padding: 5rem 0; height: auto; overflow: hidden;}
.module09 .box{ -webkit-align-items: stretch; align-items: stretch;}
.module09 .lbox,.module09 .cbox{ width: 35%;}
.module09 .rbox{ width: 25%;}
.module09 .lbox .txt{ padding:3rem 0; border-bottom: 1px solid #ddd;}
.module09 .lbox a:hover h3{ color: #d69700;}
.module09 .lbox a:hover .txt{ border-bottom: 1px solid #d69700;}
.module09 .lbox .top .imgcut{ padding-bottom: 50%;}
.module09 .lbox .txt h3{ position: relative;padding-bottom: 1rem; line-height: 2rem; white-space: nowrap;}
.module09 .lbox .txt h3 span{ position: absolute; left: 0; display: block; width: 4rem; line-height: 2rem; font-size: 1.4rem; font-weight: normal; background: #d69700; color: #fff;}
.module09 .lbox .txt p{ text-align: justify; font-size: 1.4rem; color: #666; line-height: 2.4rem;display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.module09 .cbox ul.flex{ height: 100%; -webkit-flex-direction: column; flex-direction: column;}
.module09 .cbox ul li:hover a{ background: #fff;}
.module09 .cbox ul li:hover h3{ color: #d69700;}
.module09 .cbox .img{ width: 42%;}
.module09 .cbox .txt{ width: 56%; padding:0 1rem; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.module09 .cbox .txt p{ font-size: 1.4rem; line-height: 2.4rem; color: #666; margin: 1rem 0; display: -webkit-box; overflow: hidden; text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.module09 .cbox .txt h3{ line-height: 3rem; font-weight: normal; font-size: 1.8rem; white-space: nowrap;}
.module09 .cbox .txt span{ color: #aaa; font-size: 1.4rem;}
.module09 .rbox{ background: #222;}
.module09 .rbox ul{ padding: 3rem; height: 100%; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: space-around; justify-content: space-around;}
.module09 .rbox ul li{ padding: 1.5rem 0; border-bottom: 1px dotted #aaa;}
.module09 .rbox ul li:hover h3{ color: #d69700;}
.module09 .rbox ul li:hover p{ color: #fff;}
.module09 .rbox ul li h3{ line-height: 4rem; position: relative; color: #fff;}
.module09 .rbox ul li p{ position: relative; font-size: 1.4rem; line-height: 2.4rem; color: #aaa; display: -webkit-box; overflow: hidden; text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
@media screen and (max-width:1199px){
    .module09 .box{-webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .module09 .lbox,.module09 .cbox,.module09 .rbox{ width: 100%; margin-bottom: 3rem;}
}
@media screen and (max-width:767px){
    .module09 .lbox .list li span.date{ min-width: 12rem; font-size: 1.6rem;}
}
/*底部*/
.footer{ width: 100%; height: auto; overflow: hidden; background:url(../images/footbg.jpg) no-repeat center #222; background-size: cover; color: #fff;}
.footer a{ color: #aaa;}
.footer .contact{ width: 100%; padding: 3rem 0; background: #d69700;}
.footer .contact ul li{ padding-left: 6rem; line-height: 3rem;}
.footer .contact ul li:nth-child(1){ background: url(../images/f01.png) no-repeat left center;}
.footer .contact ul li:nth-child(2){ background: url(../images/f02.png) no-repeat left center;}
.footer .contact ul li:nth-child(3){ background: url(../images/f03.png) no-repeat left center;}
.footer .contact ul li small,.footer .contact ul li span{ display: block;}
.footer .contact ul li span{ font-size: 2rem;}
.foot{ padding: 6rem 0;}
.foot .flex{ -webkit-align-items: stretch; align-items: stretch;}
.foot .cbox .flex{ -webkit-align-items: stretch; align-items: stretch; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.foot .lbox{ width: 40%;}
.foot .cbox{ width: 30%;}
.foot .rbox{ width: auto;}
.foot .lbox h3,.foot .cbox h3,.foot .rbox h3{ font-size: 2.4rem; font-weight: normal;}
.foot .lbox .box{ padding-top: 3rem;}
.foot .lbox a{ color: #aaa;}
.foot .lbox a:hover{ color: #fff;}
.foot .lbox ul{ width: 100%; border-left: 1px solid rgba(255,255,255,.2); padding-left: 3rem;}
.foot .rbox img{ display: block; max-width: 14rem;}
.foot .rbox .box,.foot .rbox .box{ padding-top: 3rem;}
.foot .rbox .flex{ -webkit-justify-content: flex-start; justify-content: flex-start;}
.foot .rbox p{ margin-right: 1rem; text-align: center;}

.footer .cbox input,.footer .cbox textarea{ width: 100%; max-width: 50rem; border: none; border-radius: 0; color: #fff; padding:0 1rem; font-size: 1.4rem; line-height: 3rem; margin-top: 1rem;}
.footer .cbox input:not(.btn),.footer .cbox textarea{ padding-left: 3.5rem; background: none; border-bottom: 1px solid rgba(255,255,255,.2);}
.footer .cbox input.uname{ background-image: url(../images/icon_admin.png); background-repeat: no-repeat; background-position: 1rem 0.8rem; background-size: 1.6rem 1.6rem;}
.footer .cbox input.btn{ background: #d69700;}
.footer .cbox input.phone{ background-image: url(../images/icon_nav_tel.png); background-repeat: no-repeat; background-position: 1rem 0.8rem; background-size: 1.6rem 1.6rem;}
.footer .cbox textarea{ border: 1px solid rgba(255,255,255,.2);}
.footer .cbox textarea{ background-image: url(../images/icon_wx.png); background-repeat: no-repeat; background-position: 1rem 0.8rem; background-size: 1.6rem 1.6rem;}

.footer .fbot{ padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.2); font-size: 1.4rem;}
.footer .fbot a{ display: inline-block; padding: 0 0.5rem;}
@media screen and (max-width:1199px){
    .foot .lbox{ width: 100%; margin-bottom: 3rem;}
    .foot .cbox, .foot .rbox{ width: 50%;}
    .foot .lbox ul{ width: 33%;}
    .foot .flex{-webkit-flex-wrap: wrap; flex-wrap: wrap;}
   
}
@media screen and (max-width:767px){
    .foot .lbox,.foot .cbox{ width: 100%; margin-bottom: 3rem;}
    .foot .lbox ul{ width: 48%; margin-bottom: 2rem;}
    .footer .fbot{ padding-bottom: 8rem;}
    .foot .cbox img{ max-width: 100%;}
    .footer .contact ul{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .footer .contact ul li{ width: 100%; padding: 1rem 0; padding-left: 7.5rem;}
    .foot .rbox{ display: none;}
    .footer .cbox input, .footer .cbox textarea{ line-height: 5rem; font-size: 2rem;}
    .footer .cbox input:not(.btn), .footer .cbox textarea{ padding-left: 4.5rem;}
    .footer .cbox input.uname{ background-position: 1rem 1.3rem; background-size: 2.4rem 2.4rem;}
    .footer .cbox input.phone{ background-position: 1rem 1.3rem; background-size: 2.4rem 2.4rem;}
    .footer .cbox textarea{ background-position: 1rem 1.3rem; background-size: 2.4rem 2.4rem;}
}

/*侧边客服*/
.floating_ck{position:fixed;right:2rem;top:65%;z-index:9999;display:block}
.floating_ck dl dd{position:relative;width:6rem;height:6rem;margin-bottom:1px;background-color:#d69700;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;color:#666}
.floating_ck dl dd:hover{background-color:#d69700}
.floating_ck dl dd:hover .floating_left{display:block}
.consult{background-image:url(../images/qq.png)}
.words{background-image:url(../images/kficon.png)}
.quote{background-image:url(../images/kficon.png)}
.qrcord{background-image:url(../images/erweima.png)}
.return{background-image:url(../images/fanhui.png)}
.floating_ck dd span{display:block;padding-top:4rem;color:#fff;font-size:10px}
.floating_left{position:absolute;left:-120px;top:0;width:120px;height:6rem;background-color:#d69700;border:solid 1px #d69700;display:none}
.floating_left a{color:#fff;line-height:6rem}
.floating_ewm{height:auto;top:-8rem; padding-bottom: 1rem;}
.floating_ewm i{display:block;width:100px;height:100px;margin:auto;margin-top:1rem;background-size:100%}
.floating_ewm p{margin-top:5px;color:#fff}
.floating_ewm .qrcord_p01{font-size:1rem;line-height:2rem}
.floating_ewm .qrcord_p02{font-size:1.2rem}
@media screen and (max-width:767px){
    .floating_ck{display:none}
}
/*移动端底部导航按钮*/
.footer-nav{ position:fixed;right:0;bottom:0;left:0;z-index:9999;height:7rem; padding-top: 1rem; background:#d69700; border-top:1px solid rgba(255,255,255,.3);color:#fff}
.footer-nav .nav-item{-webkit-display:flex;display:flex;width:25%;height:100%;vertical-align:middle;flex-shrink:1;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:1.8rem;color:#fff}
.footer-nav .nav-item.active{background-color:#d69700}
.footer-nav .nav-item .nav-icon{display:block; width:3rem}
.footer-nav .nav-item .nav-icon>img{display:block;max-width:100%}
.show-wx{position:fixed;z-index:1002;bottom:6rem;width:100%;display:none;overflow:hidden;text-align:center}
.show-wx img{display:inline-block;max-width:15rem}

